Set background of title button window to GTK_STATE_NORMAL instead of
authorStefan Jeske <stefan@src.gnome.org>
Sat, 7 Nov 1998 15:45:27 +0000 (15:45 +0000)
committerStefan Jeske <stefan@src.gnome.org>
Sat, 7 Nov 1998 15:45:27 +0000 (15:45 +0000)
* gtk/gtkclist.c (gtk_clist_realize): Set background of
  title button window to GTK_STATE_NORMAL instead of
  GTK_STATE_SELECTED to avoid ugly flicker.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkclist.c

index b03d272b84ab5a743dcf82fa72445d4a5346500d..cbf2a095b31c0f30eb57a277770fc711743d48c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Nov  7 16:31:56 1998  Stefan Jeske  <stefan@gtk.org>
+
+       * gtk/gtkclist.c (gtk_clist_realize): Set background of
+       title button window to GTK_STATE_NORMAL instead of
+       GTK_STATE_SELECTED to avoid ugly flicker.
+
 Fri Nov  6 23:29:40 1998  Lars Hamann  <lars@gtk.org>
 
        * gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist
index b03d272b84ab5a743dcf82fa72445d4a5346500d..cbf2a095b31c0f30eb57a277770fc711743d48c5 100644 (file)
@@ -1,3 +1,9 @@
+Sat Nov  7 16:31:56 1998  Stefan Jeske  <stefan@gtk.org>
+
+       * gtk/gtkclist.c (gtk_clist_realize): Set background of
+       title button window to GTK_STATE_NORMAL instead of
+       GTK_STATE_SELECTED to avoid ugly flicker.
+
 Fri Nov  6 23:29:40 1998  Lars Hamann  <lars@gtk.org>
 
        * gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist
index b03d272b84ab5a743dcf82fa72445d4a5346500d..cbf2a095b31c0f30eb57a277770fc711743d48c5 100644 (file)
@@ -1,3 +1,9 @@
+Sat Nov  7 16:31:56 1998  Stefan Jeske  <stefan@gtk.org>
+
+       * gtk/gtkclist.c (gtk_clist_realize): Set background of
+       title button window to GTK_STATE_NORMAL instead of
+       GTK_STATE_SELECTED to avoid ugly flicker.
+
 Fri Nov  6 23:29:40 1998  Lars Hamann  <lars@gtk.org>
 
        * gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist
index b03d272b84ab5a743dcf82fa72445d4a5346500d..cbf2a095b31c0f30eb57a277770fc711743d48c5 100644 (file)
@@ -1,3 +1,9 @@
+Sat Nov  7 16:31:56 1998  Stefan Jeske  <stefan@gtk.org>
+
+       * gtk/gtkclist.c (gtk_clist_realize): Set background of
+       title button window to GTK_STATE_NORMAL instead of
+       GTK_STATE_SELECTED to avoid ugly flicker.
+
 Fri Nov  6 23:29:40 1998  Lars Hamann  <lars@gtk.org>
 
        * gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist
index b03d272b84ab5a743dcf82fa72445d4a5346500d..cbf2a095b31c0f30eb57a277770fc711743d48c5 100644 (file)
@@ -1,3 +1,9 @@
+Sat Nov  7 16:31:56 1998  Stefan Jeske  <stefan@gtk.org>
+
+       * gtk/gtkclist.c (gtk_clist_realize): Set background of
+       title button window to GTK_STATE_NORMAL instead of
+       GTK_STATE_SELECTED to avoid ugly flicker.
+
 Fri Nov  6 23:29:40 1998  Lars Hamann  <lars@gtk.org>
 
        * gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist
index b03d272b84ab5a743dcf82fa72445d4a5346500d..cbf2a095b31c0f30eb57a277770fc711743d48c5 100644 (file)
@@ -1,3 +1,9 @@
+Sat Nov  7 16:31:56 1998  Stefan Jeske  <stefan@gtk.org>
+
+       * gtk/gtkclist.c (gtk_clist_realize): Set background of
+       title button window to GTK_STATE_NORMAL instead of
+       GTK_STATE_SELECTED to avoid ugly flicker.
+
 Fri Nov  6 23:29:40 1998  Lars Hamann  <lars@gtk.org>
 
        * gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist
index b03d272b84ab5a743dcf82fa72445d4a5346500d..cbf2a095b31c0f30eb57a277770fc711743d48c5 100644 (file)
@@ -1,3 +1,9 @@
+Sat Nov  7 16:31:56 1998  Stefan Jeske  <stefan@gtk.org>
+
+       * gtk/gtkclist.c (gtk_clist_realize): Set background of
+       title button window to GTK_STATE_NORMAL instead of
+       GTK_STATE_SELECTED to avoid ugly flicker.
+
 Fri Nov  6 23:29:40 1998  Lars Hamann  <lars@gtk.org>
 
        * gtk/gtkclist.c (real_clear) (adjust_adjustments): resize clist
index 14ecd76ec660565a95d92f18b2053a73d5446042..f68e7ac93a0839e6ba98de4a02cc9ed100b9d0ce 100644 (file)
@@ -4153,7 +4153,7 @@ gtk_clist_realize (GtkWidget *widget)
   gdk_window_set_user_data (clist->title_window, clist);
 
   gtk_style_set_background (widget->style, clist->title_window,
-                           GTK_STATE_SELECTED);
+                           GTK_STATE_NORMAL);
   gdk_window_show (clist->title_window);
 
   /* set things up so column buttons are drawn in title window */